TMF639 10DLC Number Provisioning icon

TMF639 10DLC Number Provisioning

(0 reviews)

API Operations

The TMF639 - 10DLC REST API enables Aggregators to provision 10 digits (10D) and Toll Free (TF) Business Numbers.

This section covers the API operation supported by TMF639 - 10DLC specification.

Base Uri

https://serverRoot/resourceinventory-10dlc/api/v4

Resource:

In the context of the current API, a resource is a 10DLC or TF Business Number

Methods:

The TMF639 - 10DLC REST API implements the following methods:

/resource

  • List Resource Objects: This operation allows you to list Resource objects. The output is the list of Resource objects found.
  • Create a Resource: This operation creates a Resource entity. The input parameter would be the details of the Resource to be created. The output wis the created Resource entity.

Connection Information:

HTTP Version HTTPS
HTTP Verbs Supported GET, POST
Request Format POST: application/json
Response Format POST or GET: application/json

/resource/{id}

  • Update a Resource: This operation partially updates a Resource entity.
  • Find a Resource: This operation finds a resource object by its id. The input is a resource identifier. The output is the specific resource object found.
  • Delete a Resource: This operation deletes a Resource entity. The input is a resource identification to be deleted.

Connection Information:

HTTP Version HTTPS
HTTP Verbs Supported PATCH, GET, DELETE
Request Format PATCH: application/json
Response Format PATCH, GET or DELETE application/json

Reviews